Micron Document
C.S.Burner 🪙 ━►🔥GIT Node

Node / reticulum_mirror / MeshChatX / files / scripts / ci / github-install-poetry.sh

Displaying Raw • Download

scripts/ci/github-install-poetry.sh 02ddb37bb1370bcde9ab732feeafdfbea9f5fb56 (02ddb37b) Text, 378 B

T8b949e#!/usr/bin/env bash
T8b949e# Install Poetry from PyPI with an explicit version (no third-party installers).
T8b949e# Set POETRY_VERSION to override the default.
Tffa657set -euo pipefail

Te6edf3POETRY_VERSIONTff7b72=Ta5d6ff"Tffd700${Te6edf3POETRY_VERSIONTff7b72:-Te6edf32Tb4b4b4.3.4Tffd700}Ta5d6ff"

python -m pip install --disable-pip-version-check --upgrade pip
python -m pip install --disable-pip-version-check Ta5d6ff"Ta5d6ffpoetry==Tffd700${Te6edf3POETRY_VERSIONTffd700}Ta5d6ff"
python -m poetry --version

Served by rngit 1.5.2 - Generated in 0.02s